Note!  There is no longer the need to manually insert binaries!  Look at InsertStuff.exe

  If you don't use InsertStuff.exe you'll need a hex editor to plop these into the ROM.  Don't have one?  Try http://www.hexedit.com/
  Make sure your ROM is -not- byteswapped.  The first four bytes should read "80371240".  If they read "37804012", select everything with ctrl+A, then select 'Operations\Flip Bytes\word (16bit)'.  Otherwise, you can use extendo or any other byteswapping tool to do the same.
  Copy the .tbl file to the matching *_tbl location below and the text file to the *_txt.  Be sure to use the location value given, not the codeword.

name of bank	size	codeword	location
------------	----	--------	------------
message_tbl	1F000	00CF9000	00AE5BD0	
select_tbl	980	00D09000	00AF5BD0
mail_tbl	F60	00D10000	00AFAB70
super_tbl	F60	00D12000	00AFBFF0
ps_tbl		F60	00D15000	00AFDC60
string_tbl	2000	00D18000	00B002F0
message_txt	290000	01914000	01000000
select_txt	1900	01BA5000	01290000
mail_txt	1F000	01BA7000	01291900
super_txt	2900	01BC7000	012B0900
ps_txt		3800	01BCA000	012B3200
string_txt	4300	01BCE000	012B6A00
maila_txt	5000	01BD3000	012BAD00
mailb_txt	7000	"special"	012BFD00
mailc_txt	3000	"special"	012C6D00
psz_txt		1000	"special"	012C9D00
superz_txt	1000	"special"	012CAD00
maila_tbl	610	"special"	012CBD00
mailb_tbl	610	"special"	012CC310
mailc_tbl	610	"special"	012CC920
psz_tbl		610	"special"	012CCF30
superz_tbl	610	"special"	012CD540
npc_name_str	770	01BE6000	012CDB50	(note: does not use .tbl file)
					012CE2C0

Debugging:
1) Partial or incorrect strings:
	If you get partial, incorrect, or badly-sized srtings after switching out a _txt bank file, make sure you remembered to also tack in the matching _tbl file to the corresponding location.

2) Script hangs at a point:
	Most likely this is because of a 7F command.  First, check if any above 7F60 are being used.  If so, get rid of them.
	Look at the size of the text.  For instance, the train might hang at the phone call since that bank is over the limit of 0x400.
	The 7F0E, 7F0F, 7F10, 7F11, and 7F12 all load up additional text to be displayed.  Make certain these are in working order.
	
3) Missing text:
	Not all text banks are handled correctly yet.  Mail, for instance, is all screwed up.
	Check if the text slot called falls outside the range used in AF.  If so, tell me, because those all should have been working.
	
+-+

  If you're having horrible problems you can contact me at nefariousdogooder@yahoo.com.  At the moment I don't have regular internet access, so it might take upwards of a month to get a response.  Sorry if that's the case, but I will try to get back to you, pending they don't disable the account in the meantime.
  Don't forget to try asking around the boards.  The other users might have figured it out.

-Zoinkity
